Skip to main content
Version: 5.0.0

Melting Recipes

Structure

{
"type": "exnihilosequentia:melting",
"input": {
"item/tag": "string"
},
"fluidResult": {
"amount": "number",
"fluid": "string"
},
"crucibleType": "string"
}

Fields

ValueDescriptionAccepted Values
inputThe block/type of block to be placed in a crucible to produce the connected fluid.Item or Tag
amountThe amount of fluid that will be produced by the input (represented in millibuckets)A value greater than 0.
fluidResultThe fluid that results from the input.Fluid
crucibleTypeType of crucible. wood crucible recipies can be processed by fired crucibles, but not the other way around.
  • fired
  • wood
info

Since wood crucible recipies can be processed in fired crucibles, there is no need to create two separate recipies for wood and fired recipies that result in the same fluid and amount.